-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
856 toolbox metal test cases #859
Conversation
…etal documentation in HTML without any errors.
… unit test to check that orient_me in about.py prints without errors.
… test get_platform_info in about.py. Which returns a string with the platform information if no errors are present.
…ispelling of exception in test_toolbox_metal_instantiation_qlibrary_gui_exception().
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This a great start to adding test cases to CI. Thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Great job!
7c94ff4
69cd7c1
to
7c94ff4
Compare
…on my original PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated test_toolbox_metal_extract_value_unit per Thomas's comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great job.
What are the issues this pull addresses (issue numbers / links)?
#856 Add Additional Test Cases
Did you add tests to cover your changes (yes/no)?
yes
Did you update the documentation accordingly (yes/no)?
no (added comments in test_toolbox_metal.py)
Did you read the CONTRIBUTING document (yes/no)?
yes
Summary
Added unit tests for the following functions/methods:
Details and comments
Added unit tests to validate these functions/methods. Completed a portion of issue #856 . I would like to save this branch to continue developing on it.